home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / userbox / publicdomain / amigafax / lib / config_maestro < prev    next >
Text File  |  1992-04-28  |  5KB  |  157 lines

  1. ########################################
  2. #                                      #
  3. # User preferences for AmigaFax system #
  4. #                                      #
  5. ########################################
  6. #
  7. # The current settings in this Config file (those not commented out)
  8. # appear to work correctly for the Maestro 9600XR,
  9. # with ROMs identified by ATI6 as VERSION ID : 014_092791A
  10. #
  11. # See especially RSetup, WSetup, RRate and LocalID ("") parameters.
  12. #
  13. # DAV 28Apr92
  14. #
  15. ########################################
  16. # afax - Fax Front-End Configuration
  17.  
  18. # Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
  19. # (I use mg)
  20. #Editor afax:c/TxED_demo
  21. Editor mg
  22.  
  23. # Default template to use when creating test files
  24. Template FAXLIB:Letter
  25.  
  26. #Editor for ILBM graphics
  27. ILBMEditor dpaint
  28.  
  29. ########################################
  30. # mkafax - Fax Page Layout Options
  31.  
  32. # Default Font (Used by default, unless overridden) (eg times 24)
  33. DefaultFont cmtt10 29
  34.  
  35. # Header Font  (Used for page header lines)
  36. HeaderFont cmbx10 30
  37.  
  38. #Page Header Text - No header printed if not defined
  39. PHeader C-Born Software Systems
  40.  
  41. # Indentation for mkafax, pixels
  42.  
  43. LeftIndent  50
  44. RightIndent 50
  45.  
  46. ########################################
  47. # afaxspl - Fax Spooler Options
  48.  
  49. # Fax Spooler Interval (minutes)
  50. # Period at which Queue is scanned for outgoing faxes
  51. SpoolInterval 5
  52.  
  53. ########################################
  54. # faa - Fax Receiver Options
  55.  
  56. # User AT command options (Optional)
  57. # These are standard AT commands, used when initializing the modem,
  58. # allowing you to set such things as speaker use and volume.
  59. # eg on ZyXEL M0 speaker off, M1 on until carrier, M2 always on
  60. #             L0 -> L7 is speaker soft ->loud
  61. # while Maestro speaker range is only L0 -> L3
  62. # Note that if using GETTY, you must add the options to the GETTY
  63. # startup line
  64.  
  65. # User AT command options for receiving
  66. # Function changed from version 1.23, to allow multiple strings, AT prefix
  67. # is required
  68.  
  69. #RSetup AT&C1&D3S7=255+FCLASS=0+FCR=1+FAA=1+FDCC=1,5,0,2 ATS0=2 ATM2L7
  70. #RSetup AT&C1&D3+FCLASS=2+FAA=1+FDCC=1 ATs39=16 ATS0=1 ATM2L7
  71. RSetup at&C1&D3+fclass=2+fcr=1+faa=1 ATS0=2
  72.  
  73. #M. Beer's setup
  74. #RSetup AT&C1&D3S7=255+FCLASS=2+FCR=1+FAA=1+FDCC=1,5,0,2 ATS0=2 AT&N32M3L4S35=0S38=0
  75.  
  76. # Receive Status Window. Line must be present for window to appear.
  77. # Optional parameters LeftEdge, TopEdge are pixel positions
  78. RStatus 10 10
  79.  
  80. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  81. # 0 (default) treat DLE in received data as escape (Maestro 3.1,ZyXEL 3.99+)
  82. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  83. # 3           RAW input mode. Test only.
  84. DLEmode 0
  85.  
  86. # Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
  87. # This is only used when faa runs standalone, not from GETTY
  88. RRate 19200
  89.  
  90. ########################################
  91. # afaxsend - Fax Transmitter
  92.  
  93. # User AT command options for sending (See RSetup comments)
  94. # Function changed from version 1.23, to allow multiple strings
  95. # AT prefix is required
  96. #Internal Default
  97. #WSetup AT&C1&D3S7=255+FCLASS=2+FDCC=1,5,0,2
  98.  
  99. # Maestro, ATI6 returns VERSION ID : 014_092791A
  100. #No WSetup required (Use default)
  101.  
  102. # ZyXEL with 4.08 ROMs
  103. #WSetup AT&C1&D3&N32S7=255+FCLASS=2+FDCC=1,5,0,2  ATM2L7
  104.  
  105. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  106. DialType Pulse
  107.  
  108. # Prefix to add before number when dialling.
  109. # This is usually not necessary. It will override DialType.
  110. # I use it to get an outside line (dials 0 first)
  111. #DialPrefix ATDP0,
  112. DialPrefix ATDP0,DT
  113.  
  114. # DoPadding - required for FaxModems that do not insert nul-padding
  115. # for minimum scan time/line (eg Maestro v2.x ROMs)
  116. #DoPadding
  117.  
  118. # Write Status Window. Line must be present for window to appear.
  119. # Optional parameters LeftEdge, TopEdge are pixel positions
  120. WStatus 10 60
  121.  
  122. ########################################
  123. # viewafax - Fax Viewer
  124.  
  125. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  126. ViewScale 3
  127.  
  128. ########################################
  129. # afaxprt - Fax Print
  130.  
  131. # Minimum Lines on a page before we print it out (default 0)
  132. # This only applies to cut-sheet feeders (Laser Printers), where the
  133. # fax may be just a little longer than one page. Scaled for 200dpi.
  134. MinLines 100
  135.  
  136. ########################################
  137. # General Configuration
  138.  
  139. # Default Debug Level (0-9)
  140. Debug 0
  141.  
  142. # LogFile - if defined, debug information will be logged here
  143. LogFile FaxSpool:FaxLog
  144.  
  145. # The 20 character local ID string sent to remote modem
  146. LocalID    "61 52 786355"
  147.  
  148. # Device to use (default is serial.device)
  149. Device serial.device
  150.  
  151. # Device Unit number (default is 0)
  152. Unit 0
  153.  
  154.  
  155.  
  156.  
  157.